]>
Commit | Line | Data |
---|---|---|
427c49bc A |
1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
3 | <plist version="1.0"> | |
4 | <dict> | |
6b200bc3 A |
5 | <key>keychain-access-groups</key> |
6 | <array> | |
7 | <string>com.apple.ProtectedCloudStorage</string> | |
8 | </array> | |
9 | <key>com.apple.private.accounts.allaccounts</key> | |
10 | <true/> | |
fa7225c8 A |
11 | <key>com.apple.accounts.appleaccount.fullaccess</key> |
12 | <true/> | |
427c49bc A |
13 | <key>com.apple.private.notificationcenter-system</key> |
14 | <array> | |
15 | <dict> | |
16 | <key>identifier</key> | |
17 | <string>com.apple.security.keychain-circle-notification</string> | |
18 | </dict> | |
19 | </array> | |
20 | <key>keychain-cloud-circle</key> | |
21 | <true/> | |
22 | </dict> | |
23 | </plist> |